home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
C-Cl
/
ClassAdministrator1.3.cpt
/
Classroom Administrator
/
card_11054.txt
< prev
next >
Wrap
Text File
|
1988-04-18
|
3KB
|
173 lines
-- card: 11054 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 8817
-- name: ProfileTemplate
----- HyperTalk script -----
on OpenCard
global report, teacher
Hide card field "A"
Hide card field "B"
Hide card field "C"
Hide card field "D"
enableMenu teacher, 0, false
enableMenu report, 0, true
enableMenu report, 6, false
enableMenu report, 2, false
end OpenCard
on CloseCard
global report, teacher
enablemenu teacher, 0, true
repeat with x = 1 to 6
enablemenu report, x, true
end repeat
end CloseCard
-- part 3 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=24 top=47 right=100 bottom=78
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: A
-- part 4 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=80 top=47 right=100 bottom=134
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: B
-- part 5 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=303 top=48 right=101 bottom=357
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: C
-- part 6 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=434 top=48 right=101 bottom=488
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: D
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=0 right=21 bottom=24
-- title width / last selected line: 0
-- icon id / first selected line: 26635 / 26635
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
push this card
go to ClassAdminHelp
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=368 top=54 right=100 bottom=434
-- title width / last selected line: 0
-- icon id / first selected line: 15972 / 15972
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Attendance
----- HyperTalk script -----
on mouseUp
put char 1 of word 1 of field "Name" into temp
put temp & word 2 of field "Name" & "Attendance" into cardname
go to card cardname
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: A001
-- rect: left=377 top=106 right=156 bottom=421
-- title width / last selected line: 0
-- icon id / first selected line: 8538 / 8538
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Grades
----- HyperTalk script -----
on mouseUp
put char 1 of word 1 of field "Name" into temp
put temp & word 2 of field "Name" & "Grades" into cardname
visual effect iris open
go to card cardname
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=383 top=162 right=194 bottom=423
-- title width / last selected line: 0
-- icon id / first selected line: 1017 / 1017
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Dial
----- HyperTalk script -----
on mouseUp
Dial line 1 of field "Phone Number" with modem
end mouseUp